Show code: [gcaops]
[3_wheel,5_wheel]_graph_cohomology_class.json
gcaops
from gcaops.all import * GC = UndirectedGraphComplex(QQ, connected=True, biconnected=True, min_degree=3, implementation='vector', sparse=True) gamma3 = GC.cohomology_basis(4,6)[0] gamma5 = GC.cohomology_basis(6,10)[0] gamma3_gamma5 = gamma3.bracket(gamma5)
This page's source on GitHub: [3_wheel,5_wheel]_graph_cohomology_class.toml
[3_wheel,5_wheel]_graph_cohomology_class.toml